In the whole dataset of the United States, there is no relationship between the poverty rate and the percentage of people getting prostate cancer. However, The relationship varies between regions. The East North Central, Mountain, New England, Pacific and West North Central show a negative relationship between poverty rate and prostate cancer rate, and East South Central, Middle Atlantic, South Atlantic and West South Central show a positive relationship between the two variables.
The graph below shows the relationship between poverty level and the incidence rate of prostate cancer. The observation points are separated by different colors into four equal categories according to poverty levels. Purple and blue colors mean relatively high poverty. Green and red colors mean relatively low poverty. The blue regression line indicates that there is no obvious relationship between the two variables, and the model below the graph confirms the relationship.
The model here indicates no relationship between poverty and the percentage population getting prostate cancer in the U.S since the confidence level contains a 0.
##
## Call:
## lm_basic(formula = poverty ~ 1 + prostate, data = cancer)
##
## Residuals:
## Min 1Q Median 3Q Max
## -13.2464 -4.1200 -0.3686 3.4483 25.8727
##
## Coefficients:
## Estimate 2.5 % 97.5 %
## (Intercept) 16.563210 15.378745 17.748
## prostate 0.002313 -0.007492 0.012
##
## Residual standard error: 5.803 on 1959 degrees of freedom
## Multiple R-squared: 0.0001093, Adjusted R-squared: -0.0004011
## F-statistic: 0.2141 on 1 and 1959 DF, p-value: 0.6436
However, the map below shows some disparities of the relationship between these two variables among different places. I summarized the data for each state. On the map below, each dot represents a state and its poverty level and percentage of prostate cancer. The bigger the dot, the higher the percentage of people getting prostate cancer. The lighter the color, the higher the level of poverty. From the map below, we can see that most of the light-colored dots (light green dots) are big, meaning that higher poverty region is likely to get prostate cancer. However, there are some contradictions. Some of the dark dots are big as well. This shows that the relationship between the poverty level and the percentage of people getting prostate cancer has disparities between regions, and can be influenced by another factor.
I separated the first line graph so it shows the disparities between regions. We can see that the East North Central, Mountain, New England, Pacific and West North Central all show a negative relationship between the two variables, and East South Central, Middle Atlantic, South Atlantic and West South Central show a positive relationship between the two variables. By comparing the graphs, I also found out that the more purple and blue points a graph have (the higher the poverty level as mentioned in the first graph), the graph is more likely to show a positive relationship. In other words, the higher the number of households in poverty in a region, the more positive the relationship between poverty level and the number of prostate cancer patients.
There is no relationship between poverty level and the incidence rate of prostate cancer from all the data collected in the U.S. However, there is a difference between the relationships among regions. In addition, the higher the number of households in poverty in that region, the more positive the relationship is.